﻿2026-07-29T21:09:38.0603640Z ##[group]Run $ErrorActionPreference = "Stop"
2026-07-29T21:09:38.0604154Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-07-29T21:09:38.0604560Z [36;1m$PIN = "0c95435"[0m
2026-07-29T21:09:38.0604898Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-07-29T21:09:38.0605492Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-07-29T21:09:38.0606079Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-07-29T21:09:38.0606719Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-07-29T21:09:38.0607204Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-07-29T21:09:38.0607541Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-07-29T21:09:38.0607900Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-07-29T21:09:38.0608363Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-07-29T21:09:38.0609909Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-07-29T21:09:38.0610550Z [36;1m}[0m
2026-07-29T21:09:38.0611123Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-07-29T21:09:38.0611590Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-29T21:09:38.0618729Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-07-29T21:09:38.0619155Z env:
2026-07-29T21:09:38.0619653Z   SPT_CI_TEST_TMP: C:\actions-runner\_work\_temp\spt-test-tmp-30491030714-1-ea9a0e7b8ba447f6b7decf74d98b3af6
2026-07-29T21:09:38.0620615Z   TEMP: C:\actions-runner\_work\_temp\spt-test-tmp-30491030714-1-ea9a0e7b8ba447f6b7decf74d98b3af6
2026-07-29T21:09:38.0621360Z   TMP: C:\actions-runner\_work\_temp\spt-test-tmp-30491030714-1-ea9a0e7b8ba447f6b7decf74d98b3af6
2026-07-29T21:09:38.0622076Z ##[endgroup]
2026-07-29T21:09:41.3022239Z    Compiling proc-macro2 v1.0.106
2026-07-29T21:09:41.3022639Z    Compiling quote v1.0.45
2026-07-29T21:09:41.3022915Z    Compiling unicode-ident v1.0.24
2026-07-29T21:09:41.3023264Z    Compiling cfg-if v1.0.4
2026-07-29T21:09:41.3023552Z    Compiling serde_core v1.0.228
2026-07-29T21:09:41.3023962Z    Compiling serde v1.0.228
2026-07-29T21:09:41.3024256Z    Compiling windows-link v0.2.1
2026-07-29T21:09:41.3025235Z    Compiling portable-atomic v1.13.1
2026-07-29T21:09:41.3025691Z    Compiling typenum v1.20.1
2026-07-29T21:09:41.3026802Z    Compiling getrandom v0.3.4
2026-07-29T21:09:41.3027225Z    Compiling pin-project-lite v0.2.17
2026-07-29T21:09:41.3028164Z    Compiling version_check v0.9.5
2026-07-29T21:09:41.3033064Z    Compiling memchr v2.8.1
2026-07-29T21:09:41.3039951Z    Compiling shlex v2.0.1
2026-07-29T21:09:41.3041550Z    Compiling find-msvc-tools v0.1.9
2026-07-29T21:09:41.3042404Z    Compiling critical-section v1.2.0
2026-07-29T21:09:41.3724765Z    Compiling windows-sys v0.61.2
2026-07-29T21:09:41.3997764Z    Compiling subtle v2.6.1
2026-07-29T21:09:41.6789385Z    Compiling equivalent v1.0.2
2026-07-29T21:09:41.6958248Z    Compiling smallvec v1.15.1
2026-07-29T21:09:41.7022901Z    Compiling futures-core v0.3.32
2026-07-29T21:09:41.7767276Z    Compiling itoa v1.0.18
2026-07-29T21:09:41.8394101Z    Compiling bytes v1.11.1
2026-07-29T21:09:41.8665394Z    Compiling semver v1.0.28
2026-07-29T21:09:41.9005352Z    Compiling stable_deref_trait v1.2.1
2026-07-29T21:09:41.9091187Z    Compiling generic-array v0.14.7
2026-07-29T21:09:42.0460549Z    Compiling log v0.4.32
2026-07-29T21:09:42.0469824Z    Compiling slab v0.4.12
2026-07-29T21:09:42.0564287Z    Compiling rand_core v0.10.1
2026-07-29T21:09:42.0822788Z    Compiling futures-io v0.3.32
2026-07-29T21:09:42.2344892Z    Compiling futures-sink v0.3.32
2026-07-29T21:09:42.3886258Z    Compiling rustc_version v0.4.1
2026-07-29T21:09:42.3976291Z    Compiling hashbrown v0.17.1
2026-07-29T21:09:42.5139083Z    Compiling jobserver v0.1.34
2026-07-29T21:09:42.5206449Z    Compiling futures-channel v0.3.32
2026-07-29T21:09:42.5619472Z    Compiling futures-task v0.3.32
2026-07-29T21:09:42.5959715Z    Compiling rustversion v1.0.22
2026-07-29T21:09:42.6068937Z    Compiling getrandom v0.2.17
2026-07-29T21:09:42.6132067Z    Compiling cpufeatures v0.2.17
2026-07-29T21:09:42.7249385Z    Compiling getrandom v0.4.2
2026-07-29T21:09:42.7366974Z    Compiling fnv v1.0.7
2026-07-29T21:09:42.8129230Z    Compiling libc v0.2.186
2026-07-29T21:09:43.0118699Z    Compiling cc v1.2.63
2026-07-29T21:09:43.0388597Z    Compiling cfg_aliases v0.2.1
2026-07-29T21:09:43.0482816Z    Compiling strsim v0.11.1
2026-07-29T21:09:43.0503860Z    Compiling litemap v0.8.2
2026-07-29T21:09:43.1028033Z    Compiling autocfg v1.5.1
2026-07-29T21:09:43.1933421Z    Compiling syn v2.0.117
2026-07-29T21:09:43.2098964Z    Compiling writeable v0.6.3
2026-07-29T21:09:43.2278979Z    Compiling utf8_iter v1.0.4
2026-07-29T21:09:43.3051176Z    Compiling indexmap v2.14.0
2026-07-29T21:09:43.3217685Z    Compiling dunce v1.0.5
2026-07-29T21:09:43.3574416Z    Compiling icu_properties_data v2.2.0
2026-07-29T21:09:43.3710861Z    Compiling ident_case v1.0.1
2026-07-29T21:09:43.5078467Z    Compiling icu_normalizer_data v2.2.0
2026-07-29T21:09:43.5211262Z    Compiling fs_extra v1.3.0
2026-07-29T21:09:43.5345818Z    Compiling percent-encoding v2.3.2
2026-07-29T21:09:43.5868389Z    Compiling http v1.4.1
2026-07-29T21:09:43.6728355Z    Compiling cpufeatures v0.3.0
2026-07-29T21:09:43.6964236Z    Compiling crypto-common v0.1.7
2026-07-29T21:09:43.7748966Z    Compiling thiserror v2.0.18
2026-07-29T21:09:43.7853631Z    Compiling unicode-segmentation v1.13.3
2026-07-29T21:09:43.7988196Z    Compiling aws-lc-rs v1.17.0
2026-07-29T21:09:43.8235681Z    Compiling scopeguard v1.2.0
2026-07-29T21:09:43.8283111Z    Compiling chacha20 v0.10.0
2026-07-29T21:09:43.9712504Z    Compiling cmake v0.1.58
2026-07-29T21:09:44.1542916Z    Compiling lock_api v0.4.14
2026-07-29T21:09:44.1932408Z    Compiling block-buffer v0.10.4
2026-07-29T21:09:44.3161248Z    Compiling form_urlencoded v1.2.2
2026-07-29T21:09:44.3205505Z    Compiling winapi v0.3.9
2026-07-29T21:09:44.3879890Z    Compiling untrusted v0.9.0
2026-07-29T21:09:44.3941286Z    Compiling bitflags v2.12.1
2026-07-29T21:09:44.4718989Z    Compiling digest v0.10.7
2026-07-29T21:09:44.4895290Z    Compiling num-traits v0.2.19
2026-07-29T21:09:44.6002145Z    Compiling windows-result v0.4.1
2026-07-29T21:09:44.6794768Z    Compiling windows-strings v0.5.1
2026-07-29T21:09:44.9439789Z    Compiling aws-lc-sys v0.41.0
2026-07-29T21:09:44.9629051Z    Compiling ring v0.17.14
2026-07-29T21:09:44.9750946Z    Compiling heck v0.5.0
2026-07-29T21:09:44.9768345Z    Compiling rustls v0.23.40
2026-07-29T21:09:45.1176239Z    Compiling convert_case v0.10.0
2026-07-29T21:09:45.1444326Z    Compiling unicode-xid v0.2.6
2026-07-29T21:09:45.4689150Z    Compiling atomic-waker v1.1.2
2026-07-29T21:09:45.5297359Z    Compiling anyhow v1.0.102
2026-07-29T21:09:45.7157033Z    Compiling rand v0.10.1
2026-07-29T21:09:45.7161424Z    Compiling const-oid v0.10.2
2026-07-29T21:09:45.7321790Z    Compiling httparse v1.10.1
2026-07-29T21:09:45.7325208Z    Compiling zerocopy v0.8.50
2026-07-29T21:09:45.7428610Z    Compiling parking_lot_core v0.9.12
2026-07-29T21:09:45.7598504Z    Compiling http-body v1.0.1
2026-07-29T21:09:45.7660599Z    Compiling curve25519-dalek v4.1.3
2026-07-29T21:09:46.0049007Z    Compiling hybrid-array v0.4.12
2026-07-29T21:09:46.0973270Z    Compiling ahash v0.8.12
2026-07-29T21:09:46.1594351Z    Compiling powerfmt v0.2.0
2026-07-29T21:09:46.3252309Z    Compiling fastrand v2.4.1
2026-07-29T21:09:46.3716951Z    Compiling either v1.16.0
2026-07-29T21:09:46.6587585Z    Compiling base64ct v1.8.3
2026-07-29T21:09:46.7653379Z    Compiling deranged v0.5.8
2026-07-29T21:09:46.9118522Z    Compiling uuid v1.23.2
2026-07-29T21:09:47.0013476Z    Compiling synstructure v0.13.2
2026-07-29T21:09:47.0035537Z    Compiling darling_core v0.20.11
2026-07-29T21:09:47.2031741Z    Compiling pem-rfc7468 v1.0.0
2026-07-29T21:09:47.2563981Z    Compiling rand_core v0.6.4
2026-07-29T21:09:47.4548764Z    Compiling try-lock v0.2.5
2026-07-29T21:09:47.4846462Z    Compiling vcpkg v0.2.15
2026-07-29T21:09:47.7779779Z    Compiling time-core v0.1.8
2026-07-29T21:09:47.7899496Z    Compiling tower-service v0.3.3
2026-07-29T21:09:47.8960685Z    Compiling zmij v1.0.21
2026-07-29T21:09:47.9375403Z    Compiling pkg-config v0.3.33
2026-07-29T21:09:48.0759744Z    Compiling num-conv v0.2.2
2026-07-29T21:09:48.0862990Z    Compiling data-encoding v2.11.0
2026-07-29T21:09:48.1093680Z    Compiling tinyvec_macros v0.1.1
2026-07-29T21:09:48.2146033Z    Compiling base64 v0.22.1
2026-07-29T21:09:48.2190535Z    Compiling want v0.3.1
2026-07-29T21:09:48.2713711Z    Compiling tinyvec v1.11.0
2026-07-29T21:09:48.2790200Z    Compiling parking_lot v0.12.5
2026-07-29T21:09:48.4152642Z    Compiling crypto-common v0.2.2
2026-07-29T21:09:48.5274712Z    Compiling block-buffer v0.12.0
2026-07-29T21:09:48.5555794Z    Compiling vergen-lib v9.1.0
2026-07-29T21:09:48.7948956Z    Compiling sha2 v0.10.9
2026-07-29T21:09:48.8199636Z    Compiling inout v0.1.4
2026-07-29T21:09:48.8212300Z    Compiling n0-future v0.3.2
2026-07-29T21:09:48.8685914Z    Compiling windows_x86_64_msvc v0.52.6
2026-07-29T21:09:49.0175694Z    Compiling winnow v1.0.3
2026-07-29T21:09:49.1857814Z    Compiling libsqlite3-sys v0.30.1
2026-07-29T21:09:49.2083351Z    Compiling spin v0.10.0
2026-07-29T21:09:49.3097207Z    Compiling cordyceps v0.3.4
2026-07-29T21:09:49.4469802Z    Compiling parking v2.2.1
2026-07-29T21:09:49.5126351Z    Compiling httpdate v1.0.3
2026-07-29T21:09:49.5743018Z    Compiling crossbeam-utils v0.8.21
2026-07-29T21:09:49.5772795Z    Compiling serde_json v1.0.150
2026-07-29T21:09:49.6370627Z    Compiling signature v2.2.0
2026-07-29T21:09:49.6728481Z    Compiling diatomic-waker v0.2.3
2026-07-29T21:09:49.7047215Z    Compiling futures-lite v2.6.1
2026-07-29T21:09:49.9192587Z    Compiling futures-buffered v0.2.13
2026-07-29T21:09:49.9385639Z    Compiling ed25519 v2.2.3
2026-07-29T21:09:50.2371927Z    Compiling digest v0.11.3
2026-07-29T21:09:50.3271645Z    Compiling cipher v0.4.4
2026-07-29T21:09:50.3357185Z    Compiling vergen-lib v0.1.6
2026-07-29T21:09:50.3910404Z    Compiling vergen v9.1.0
2026-07-29T21:09:50.3985589Z    Compiling universal-hash v0.5.1
2026-07-29T21:09:50.5513963Z    Compiling socket2 v0.6.4
2026-07-29T21:09:50.5607912Z    Compiling serde_derive v1.0.228
2026-07-29T21:09:50.6014603Z    Compiling zeroize_derive v1.4.3
2026-07-29T21:09:50.6095763Z    Compiling zerofrom-derive v0.1.7
2026-07-29T21:09:50.6962907Z    Compiling tokio-macros v2.7.0
2026-07-29T21:09:50.7369972Z    Compiling yoke-derive v0.8.2
2026-07-29T21:09:50.7677303Z    Compiling mio v1.2.1
2026-07-29T21:09:50.8273432Z    Compiling futures-macro v0.3.32
2026-07-29T21:09:50.9709230Z    Compiling zerovec-derive v0.11.3
2026-07-29T21:09:50.9963007Z    Compiling displaydoc v0.2.6
2026-07-29T21:09:51.1626627Z    Compiling tracing-attributes v0.1.31
2026-07-29T21:09:51.3572835Z    Compiling thiserror-impl v2.0.18
2026-07-29T21:09:51.8177587Z    Compiling tokio v1.52.3
2026-07-29T21:09:51.8489901Z    Compiling zeroize v1.8.2
2026-07-29T21:09:52.1001389Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-29T21:09:52.1292492Z    Compiling futures-util v0.3.32
2026-07-29T21:09:52.2945346Z    Compiling rustls-pki-types v1.14.1
2026-07-29T21:09:52.3084881Z    Compiling darling_macro v0.20.11
2026-07-29T21:09:52.3502008Z    Compiling derive_more-impl v2.1.1
2026-07-29T21:09:52.5680594Z    Compiling windows-interface v0.59.3
2026-07-29T21:09:52.7553755Z    Compiling spez v0.1.2
2026-07-29T21:09:52.8980104Z    Compiling zerofrom v0.1.8
2026-07-29T21:09:53.3140844Z    Compiling darling v0.20.11
2026-07-29T21:09:53.3659868Z    Compiling windows-implement v0.60.2
2026-07-29T21:09:53.3749015Z    Compiling n0-error-macros v0.1.3
2026-07-29T21:09:53.4054590Z    Compiling der v0.8.0-rc.10
2026-07-29T21:09:53.4426477Z    Compiling yoke v0.8.3
2026-07-29T21:09:53.6141819Z    Compiling derive_builder_core v0.20.2
2026-07-29T21:09:53.6558057Z    Compiling pin-project-internal v1.1.13
2026-07-29T21:09:54.1318094Z    Compiling zerovec v0.11.6
2026-07-29T21:09:54.1891209Z    Compiling zerotrie v0.2.4
2026-07-29T21:09:54.3403391Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-29T21:09:54.6281963Z    Compiling noq-udp v0.10.0
2026-07-29T21:09:54.9356234Z    Compiling tinystr v0.8.3
2026-07-29T21:09:55.0062781Z    Compiling potential_utf v0.1.5
2026-07-29T21:09:55.0563727Z    Compiling windows-core v0.62.2
2026-07-29T21:09:55.1565465Z    Compiling n0-error v0.1.3
2026-07-29T21:09:55.2798109Z    Compiling icu_locale_core v2.2.0
2026-07-29T21:09:55.3238417Z    Compiling icu_collections v2.2.0
2026-07-29T21:09:55.3521341Z    Compiling derive_builder_macro v0.20.2
2026-07-29T21:09:55.4938596Z    Compiling spki v0.8.0-rc.4
2026-07-29T21:09:55.6269958Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-29T21:09:55.6705716Z    Compiling pin-project v1.1.13
2026-07-29T21:09:55.9167223Z    Compiling heapless v0.7.17
2026-07-29T21:09:55.9291191Z    Compiling sync_wrapper v1.0.2
2026-07-29T21:09:55.9454447Z    Compiling opaque-debug v0.3.1
2026-07-29T21:09:56.0642964Z    Compiling allocator-api2 v0.2.21
2026-07-29T21:09:56.0791591Z    Compiling byteorder v1.5.0
2026-07-29T21:09:56.1484314Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-29T21:09:56.1529467Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-29T21:09:56.3022551Z    Compiling derive_builder v0.20.2
2026-07-29T21:09:56.3526564Z    Compiling polyval v0.6.2
2026-07-29T21:09:56.3602503Z    Compiling futures-executor v0.3.32
2026-07-29T21:09:56.3780458Z    Compiling ed25519-dalek v2.2.0
2026-07-29T21:09:56.4540251Z    Compiling icu_provider v2.2.0
2026-07-29T21:09:56.6041068Z    Compiling hash32 v0.2.1
2026-07-29T21:09:56.7383267Z    Compiling tokio-util v0.7.18
2026-07-29T21:09:56.7495393Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-29T21:09:57.0562517Z    Compiling ipnet v2.12.0
2026-07-29T21:09:57.1059564Z    Compiling icu_properties v2.2.0
2026-07-29T21:09:57.1537255Z    Compiling icu_normalizer v2.2.0
2026-07-29T21:09:57.2714207Z    Compiling derive_more v2.1.1
2026-07-29T21:09:57.4164898Z    Compiling vergen-gitcl v1.0.8
2026-07-29T21:09:57.4233292Z    Compiling spin v0.9.8
2026-07-29T21:09:57.4613997Z    Compiling windows-threading v0.2.1
2026-07-29T21:09:57.5155687Z    Compiling ryu v1.0.23
2026-07-29T21:09:57.6562513Z    Compiling once_cell v1.21.4
2026-07-29T21:09:57.6581211Z    Compiling prefix-trie v0.8.4
2026-07-29T21:09:58.1036236Z    Compiling fallible-iterator v0.3.0
2026-07-29T21:09:58.1791115Z    Compiling signature v3.0.0
2026-07-29T21:09:58.1798664Z    Compiling tower-layer v0.3.3
2026-07-29T21:09:58.2616316Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-29T21:09:58.4305060Z    Compiling idna_adapter v1.2.2
2026-07-29T21:09:58.4742202Z    Compiling windows-future v0.3.2
2026-07-29T21:09:58.8809137Z    Compiling tracing-core v0.1.36
2026-07-29T21:09:59.0690682Z    Compiling proc-macro-crate v3.5.0
2026-07-29T21:09:59.1622093Z    Compiling windows-targets v0.52.6
2026-07-29T21:09:59.4188787Z    Compiling ed25519 v3.0.0-rc.4
2026-07-29T21:09:59.6617588Z    Compiling spt-proto v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-proto)
2026-07-29T21:09:59.7056681Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-29T21:09:59.7703877Z    Compiling idna v1.1.0
2026-07-29T21:09:59.9605522Z    Compiling futures v0.3.32
2026-07-29T21:10:00.0698108Z    Compiling ghash v0.5.1
2026-07-29T21:10:00.0772506Z    Compiling windows-numerics v0.3.1
2026-07-29T21:10:00.1699278Z    Compiling hashbrown v0.14.5
2026-07-29T21:10:00.3877037Z    Compiling tracing v0.1.44
2026-07-29T21:10:00.4353664Z    Compiling windows-collections v0.3.2
2026-07-29T21:10:00.4488369Z    Compiling cobs v0.3.0
2026-07-29T21:10:00.5715684Z    Compiling ctr v0.9.2
2026-07-29T21:10:00.5757175Z    Compiling aes v0.8.4
2026-07-29T21:10:00.5757995Z    Compiling sha2 v0.11.0-rc.5
2026-07-29T21:10:00.5836381Z    Compiling postcard-derive v0.2.2
2026-07-29T21:10:00.6223615Z    Compiling time v0.3.47
2026-07-29T21:10:00.6640057Z    Compiling url v2.5.8
2026-07-29T21:10:00.8218950Z    Compiling fs2 v0.4.3
2026-07-29T21:10:00.9033309Z    Compiling h2 v0.4.14
2026-07-29T21:10:01.0133396Z    Compiling hashlink v0.9.1
2026-07-29T21:10:01.0828311Z    Compiling http-body-util v0.1.3
2026-07-29T21:10:01.1327578Z    Compiling aead v0.5.2
2026-07-29T21:10:01.2005394Z    Compiling utf8parse v0.2.2
2026-07-29T21:10:01.4228212Z    Compiling widestring v1.2.1
2026-07-29T21:10:01.7191779Z    Compiling arrayvec v0.7.6
2026-07-29T21:10:01.7280918Z    Compiling ipconfig v0.3.4
2026-07-29T21:10:01.9191480Z    Compiling windows v0.62.2
2026-07-29T21:10:02.0296213Z    Compiling aes-gcm v0.10.3
2026-07-29T21:10:02.0565499Z    Compiling data-encoding-macro v0.1.20
2026-07-29T21:10:02.0836081Z    Compiling rusqlite v0.32.1
2026-07-29T21:10:02.1058021Z    Compiling num_enum_derive v0.7.6
2026-07-29T21:10:02.1384805Z    Compiling windows-sys v0.59.0
2026-07-29T21:10:02.3368306Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-29T21:10:02.3677958Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-29T21:10:02.3715124Z    Compiling tower v0.5.3
2026-07-29T21:10:02.3715516Z    Compiling crossbeam-channel v0.5.15
2026-07-29T21:10:02.8326419Z    Compiling postcard v1.1.3
2026-07-29T21:10:02.8931336Z    Compiling crossbeam-epoch v0.9.18
2026-07-29T21:10:02.9143862Z    Compiling chrono v0.4.45
2026-07-29T21:10:02.9144237Z    Compiling strum_macros v0.28.0
2026-07-29T21:10:03.0951248Z    Compiling iroh-metrics-derive v0.4.1
2026-07-29T21:10:03.1519579Z    Compiling spt-store v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-store)
2026-07-29T21:10:03.2491845Z    Compiling enum-assoc v1.3.0
2026-07-29T21:10:03.5636780Z    Compiling async-trait v0.1.89
2026-07-29T21:10:04.2852310Z    Compiling blake3 v1.8.5
2026-07-29T21:10:04.4382203Z    Compiling windows-registry v0.6.1
2026-07-29T21:10:04.4697023Z    Compiling memoffset v0.6.5
2026-07-29T21:10:04.5290764Z    Compiling noq v0.18.0
2026-07-29T21:10:04.5713559Z    Compiling netwatch v0.16.0
2026-07-29T21:10:04.8053630Z    Compiling acto v0.8.2
2026-07-29T21:10:04.8253902Z    Compiling rustc-hash v2.1.2
2026-07-29T21:10:04.9907217Z    Compiling ref-cast v1.0.25
2026-07-29T21:10:05.0006706Z    Compiling lru-slab v0.1.2
2026-07-29T21:10:05.0007878Z    Compiling foldhash v0.2.0
2026-07-29T21:10:05.0008148Z    Compiling thiserror v1.0.69
2026-07-29T21:10:05.0128349Z    Compiling xml-rs v0.8.28
2026-07-29T21:10:05.0203054Z    Compiling sorted-index-buffer v0.2.1
2026-07-29T21:10:05.0899618Z    Compiling tagptr v0.2.0
2026-07-29T21:10:05.2886899Z    Compiling identity-hash v0.1.0
2026-07-29T21:10:05.3059771Z    Compiling mac-addr v0.3.0
2026-07-29T21:10:05.3216336Z    Compiling hashbrown v0.16.1
2026-07-29T21:10:05.3783629Z    Compiling moka v0.12.15
2026-07-29T21:10:05.7003504Z    Compiling netdev v0.42.0
2026-07-29T21:10:05.7938939Z    Compiling iroh-relay v0.98.0
2026-07-29T21:10:06.1927768Z    Compiling xmltree v0.10.3
2026-07-29T21:10:06.2685444Z    Compiling num_enum v0.7.6
2026-07-29T21:10:06.3621685Z    Compiling iroh-metrics v0.38.3
2026-07-29T21:10:06.3967393Z    Compiling strum v0.28.0
2026-07-29T21:10:06.4081572Z    Compiling tower-http v0.6.11
2026-07-29T21:10:06.6103073Z    Compiling iroh-base v0.98.0
2026-07-29T21:10:06.6785445Z    Compiling spt-msg v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-msg)
2026-07-29T21:10:06.6858557Z    Compiling attohttpc v0.30.1
2026-07-29T21:10:06.7149698Z    Compiling n0-watcher v0.6.1
2026-07-29T21:10:06.8327138Z    Compiling hyper v1.10.1
2026-07-29T21:10:06.9235554Z    Compiling tokio-stream v0.1.18
2026-07-29T21:10:06.9786861Z    Compiling serde_spanned v0.6.9
2026-07-29T21:10:07.0198687Z    Compiling toml_datetime v0.6.11
2026-07-29T21:10:07.0326913Z    Compiling ref-cast-impl v1.0.25
2026-07-29T21:10:07.1007902Z    Compiling thiserror-impl v1.0.69
2026-07-29T21:10:07.4688006Z    Compiling serde_derive_internals v0.29.1
2026-07-29T21:10:07.6080203Z    Compiling serial-core v0.4.0
2026-07-29T21:10:07.6081596Z    Compiling simple-dns v0.9.3
2026-07-29T21:10:07.7650288Z    Compiling aho-corasick v1.1.4
2026-07-29T21:10:07.9868313Z    Compiling winnow v0.7.15
2026-07-29T21:10:08.0041698Z    Compiling smol_str v0.1.24
2026-07-29T21:10:08.0972414Z    Compiling sha1_smol v1.0.1
2026-07-29T21:10:08.2613100Z    Compiling regex-syntax v0.8.10
2026-07-29T21:10:08.3721937Z    Compiling hyper-util v0.1.20
2026-07-29T21:10:08.7105085Z    Compiling resolv-conf v0.7.6
2026-07-29T21:10:08.7779230Z    Compiling constant_time_eq v0.4.2
2026-07-29T21:10:08.7959747Z    Compiling winreg v0.10.1
2026-07-29T21:10:09.0493904Z    Compiling toml_write v0.1.2
2026-07-29T21:10:09.0623658Z    Compiling arrayref v0.3.9
2026-07-29T21:10:09.2584320Z    Compiling simdutf8 v0.1.5
2026-07-29T21:10:09.5715821Z    Compiling schemars_derive v1.2.1
2026-07-29T21:10:09.7204159Z    Compiling iroh-dns v0.98.0
2026-07-29T21:10:10.1101552Z    Compiling toml_edit v0.22.27
2026-07-29T21:10:10.1107039Z    Compiling serial-windows v0.4.0
2026-07-29T21:10:10.2674247Z    Compiling lru v0.16.4
2026-07-29T21:10:10.4736428Z    Compiling webpki-roots v1.0.7
2026-07-29T21:10:10.5294162Z    Compiling seize v0.5.1
2026-07-29T21:10:10.5623643Z    Compiling darling_core v0.23.0
2026-07-29T21:10:10.5903671Z    Compiling serde_bytes v0.11.19
2026-07-29T21:10:10.5968799Z    Compiling hmac v0.12.1
2026-07-29T21:10:10.6283480Z    Compiling iroh v0.98.2
2026-07-29T21:10:10.6309630Z    Compiling dyn-clone v1.0.20
2026-07-29T21:10:10.7169288Z    Compiling once_cell_polyfill v1.70.2
2026-07-29T21:10:10.7803387Z    Compiling lazy_static v1.5.0
2026-07-29T21:10:10.9318027Z    Compiling anstyle v1.0.14
2026-07-29T21:10:10.9898236Z    Compiling igd-next v0.17.1
2026-07-29T21:10:10.9937456Z    Compiling bitflags v1.3.2
2026-07-29T21:10:11.0145401Z    Compiling pin-utils v0.1.0
2026-07-29T21:10:11.1602880Z    Compiling cmov v0.5.4
2026-07-29T21:10:11.1685139Z    Compiling nix v0.25.1
2026-07-29T21:10:11.1954808Z    Compiling anstyle-wincon v3.0.11
2026-07-29T21:10:11.2333619Z    Compiling regex-automata v0.4.14
2026-07-29T21:10:11.4303474Z    Compiling shared_library v0.1.9
2026-07-29T21:10:11.4567655Z    Compiling papaya v0.2.4
2026-07-29T21:10:11.6519741Z    Compiling ctutils v0.4.2
2026-07-29T21:10:11.6904935Z    Compiling hkdf v0.12.4
2026-07-29T21:10:11.8349171Z    Compiling serial v0.4.0
2026-07-29T21:10:11.8760047Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-29T21:10:12.0752153Z    Compiling filedescriptor v0.8.3
2026-07-29T21:10:12.1321719Z    Compiling anstyle-parse v1.0.0
2026-07-29T21:10:12.2400207Z    Compiling backon v1.6.0
2026-07-29T21:10:12.2630491Z    Compiling anstyle-query v1.1.5
2026-07-29T21:10:12.3111552Z    Compiling vte_generate_state_changes v0.1.2
2026-07-29T21:10:12.4750758Z    Compiling toml v0.8.23
2026-07-29T21:10:12.4967705Z    Compiling schemars v1.2.1
2026-07-29T21:10:12.5079865Z    Compiling colorchoice v1.0.5
2026-07-29T21:10:12.9632321Z    Compiling shell-words v1.1.1
2026-07-29T21:10:12.9937774Z    Compiling foldhash v0.1.5
2026-07-29T21:10:13.0371895Z    Compiling paste v1.0.15
2026-07-29T21:10:13.2401824Z    Compiling instability v0.3.12
2026-07-29T21:10:13.3210079Z    Compiling unicode-width v0.2.0
2026-07-29T21:10:13.3318276Z    Compiling downcast-rs v1.2.1
2026-07-29T21:10:13.3321196Z    Compiling is_terminal_polyfill v1.70.2
2026-07-29T21:10:13.4433528Z    Compiling anstream v1.0.0
2026-07-29T21:10:13.6618354Z    Compiling portable-pty v0.8.1
2026-07-29T21:10:13.6670004Z    Compiling vte v0.13.1
2026-07-29T21:10:13.8578813Z    Compiling regex v1.12.3
2026-07-29T21:10:14.0837924Z    Compiling hashbrown v0.15.5
2026-07-29T21:10:14.1073850Z    Compiling spake2 v0.4.0
2026-07-29T21:10:14.1327127Z    Compiling strum_macros v0.26.4
2026-07-29T21:10:14.6961431Z    Compiling spt-runtime v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-runtime)
2026-07-29T21:10:14.7037750Z    Compiling terminal_size v0.4.4
2026-07-29T21:10:14.7598795Z    Compiling crossterm_winapi v0.9.1
2026-07-29T21:10:14.8083719Z    Compiling itertools v0.13.0
2026-07-29T21:10:14.8675087Z    Compiling castaway v0.2.4
2026-07-29T21:10:15.0409548Z    Compiling wmi v0.18.4
2026-07-29T21:10:15.0850016Z    Compiling darling_macro v0.23.0
2026-07-29T21:10:15.1018567Z    Compiling sha1 v0.10.6
2026-07-29T21:10:15.2588513Z    Compiling static_assertions v1.1.0
2026-07-29T21:10:15.4031781Z    Compiling clap_lex v1.1.0
2026-07-29T21:10:15.5028499Z    Compiling recvmsg v1.0.0
2026-07-29T21:10:15.5268123Z    Compiling unicode-width v0.1.14
2026-07-29T21:10:15.7821471Z    Compiling indoc v2.0.7
2026-07-29T21:10:16.1216927Z    Compiling doctest-file v1.1.1
2026-07-29T21:10:16.1289776Z    Compiling clap_builder v4.6.0
2026-07-29T21:10:17.1629575Z    Compiling portmapper v0.16.0
2026-07-29T21:10:17.2471810Z    Compiling unicode-truncate v1.1.0
2026-07-29T21:10:17.2512118Z    Compiling interprocess v2.4.2
2026-07-29T21:10:17.3038762Z    Compiling strum v0.26.3
2026-07-29T21:10:17.3949344Z    Compiling compact_str v0.8.2
2026-07-29T21:10:17.4054257Z    Compiling darling v0.23.0
2026-07-29T21:10:17.5119862Z    Compiling lru v0.12.5
2026-07-29T21:10:17.5452942Z    Compiling crossterm v0.28.1
2026-07-29T21:10:17.9299773Z    Compiling spt-live v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-live)
2026-07-29T21:10:17.9955173Z    Compiling spt-term v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-term)
2026-07-29T21:10:18.9529275Z    Compiling clap_derive v4.6.1
2026-07-29T21:10:19.1557525Z    Compiling cassowary v0.3.0
2026-07-29T21:10:19.2509340Z    Compiling error-code v3.3.2
2026-07-29T21:10:19.3435577Z    Compiling nucleo-matcher v0.3.1
2026-07-29T21:10:19.4402901Z    Compiling clipboard-win v5.4.1
2026-07-29T21:10:19.7040905Z    Compiling qrcode v0.14.1
2026-07-29T21:10:20.0338008Z    Compiling tempfile v3.27.0
2026-07-29T21:10:20.2223113Z    Compiling ratatui v0.29.0
2026-07-29T21:10:21.5896937Z    Compiling clap v4.6.1
2026-07-29T21:10:37.1357092Z    Compiling rustls-webpki v0.103.13
2026-07-29T21:10:39.7380785Z    Compiling tokio-rustls v0.26.4
2026-07-29T21:10:39.7381078Z    Compiling rustls-platform-verifier v0.7.0
2026-07-29T21:10:39.7381371Z    Compiling noq-proto v0.17.0
2026-07-29T21:10:39.9022217Z    Compiling hickory-net v0.26.0-beta.4
2026-07-29T21:10:39.9022937Z    Compiling hyper-rustls v0.27.9
2026-07-29T21:10:39.9023199Z    Compiling tokio-websockets v0.13.2
2026-07-29T21:10:40.0944626Z    Compiling reqwest v0.13.4
2026-07-29T21:10:41.1661296Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-29T21:11:02.6729634Z    Compiling spt-net v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-net)
2026-07-29T21:11:04.3703859Z    Compiling spt-daemon v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-daemon)
2026-07-29T21:11:18.6011192Z    Compiling spt v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt)
2026-07-29T21:11:28.5081476Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 50s
2026-07-29T21:11:28.5303764Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-a887596f47a2d10d.exe)
2026-07-29T21:11:28.6257250Z 
2026-07-29T21:11:28.6257718Z running 1 test
2026-07-29T21:11:37.3266202Z test new_brain_serves_against_old_broker ... ok
2026-07-29T21:11:37.3266512Z 
2026-07-29T21:11:37.3266774Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 8.70s
2026-07-29T21:11:37.3267162Z 
